home *** CD-ROM | disk | FTP | other *** search
- import java.io.IOException;
-
- public abstract class c20 implements c16 {
- // $FF: renamed from: JT anFXApplet
- anFXApplet field_0;
- // $FF: renamed from: Jw c20
- c20 field_1;
-
- // $FF: renamed from: Ir (anFXApplet) void
- public void method_0(anFXApplet var1) {
- this.field_0 = var1;
- if (this.field_1 != null) {
- this.field_1.method_0(var1);
- }
-
- }
-
- // $FF: renamed from: Lf (c14) java.lang.Object
- public Object method_1(c14 var1) throws IOException {
- if (var1.IW >= 50) {
- this.field_1 = (c20)var1.Lf();
- } else {
- this.field_1 = null;
- }
-
- return this;
- }
-
- // $FF: renamed from: KX () boolean
- public boolean method_2() {
- return this.field_1 != null ? this.field_1.method_2() : false;
- }
- }
-